object PasswordForm: TPasswordForm Left = 320 Top = 177 Width = 255 Height = 121 Caption = 'TechFacts 95' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 233 Height = 49 end object Label1: TLabel Left = 16 Top = 24 Width = 77 Height = 13 Caption = 'Enter Password:' end object Edit1: TEdit Left = 104 Top = 21 Width = 121 Height = 21 PasswordChar = '*' TabOrder = 0 end object BitBtn1: TBitBtn Left = 160 Top = 64 Width = 75 Height = 25 TabOrder = 1 Kind = bkCancel end object BitBtn2: TBitBtn Left = 80 Top = 64 Width = 75 Height = 25 Caption = '&Ok' TabOrder = 2 OnClick = BitBtn2Click Kind = bkOK end end